projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86c144
)
Fix running focus-chain tests in ci
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Apr 2020 21:32:48 +0000
(17:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:28 +0000
(17:50 -0400)
The widget-factory ui files require geettings
(for the color chooser), so set GSETTINGS_SCHEMA_DIR.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 4f776395d76120856e5c4b11ab0cee798b2d8e2c..2490ef1512eaa1218d8a8793ee56dd5fd94768ea 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-185,6
+185,7
@@
foreach test : focus_chain_tests
'GDK_DEBUG=default-settings',
'GTK_CSD=1',
'G_ENABLE_DIAGNOSTIC=0',
+ 'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir),
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir())
],